home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / windows / winterm / asdriver.h < prev    next >
Encoding:
Text File  |  1994-01-23  |  327 b   |  13 lines

  1. /* asdriver.h */
  2. int ascAbort(void);
  3. int ascGetErrorCode(void);
  4. int ascGetErrorState(void);
  5. char *ascGetFilename(void);
  6. int ascGetState(void);
  7. long ascGetFileLength(void);
  8. long ascGetCharCount(void);
  9. int ascInit(int);
  10. int ascStartTx(char *,int,char,int);
  11. int ascStartRx(char *,int,char,int);
  12. int ascDriver(void);
  13.